home *** CD-ROM | disk | FTP | other *** search
/ Learn Microsoft Visual Basic 6.0 Now / Learn Microsoft Visual Basic 6.0 Now (Microsoft Press)(X03-58607)(1998).ISO / media / chap02 / b02a005.cc2 < prev    next >
Text File  |  1998-06-07  |  2KB  |  35 lines

  1. 0, Toolbox controls are the special design 
  2. 2, tools you use to create interface 
  3. 4, objects on your Visual Basic forms. In this 
  4. 7, chapter, you'll learn how to create 
  5. 9, objects with toolbox controls and how to 
  6. 11, customize them with property settings. First, 
  7. 16, you'll learn how to name the objects on 
  8. 17, your form with the Name setting in the 
  9. 19, Properties window. Naming objects helps 
  10. 23, you identify the user interface elements 
  11. 25, in your program code and makes your 
  12. 27, program easier to read. Next, you'll learn 
  13. 31, how to use basic controls to display 
  14. 33, text and process input. These controls 
  15. 36, include command button, label, and text box. 
  16. 42, Then, you'll learn how to use the file 
  17. 44, system controls in the toolbox to create 
  18. 47, a bitmap browser utility. This tool 
  19. 49, will help you locate and display the 
  20. 52, artwork on your system. To help you present 
  21. 55, options for your users and receive their 
  22. 57, choices, you'll learn how to use the 
  23. 59, input controls in the toolbox. These 
  24. 62, controls include option button, check box, list 
  25. 66, box, and combo box. To help you manage 
  26. 70, the files and resources in your Microsoft 
  27. 73, Office applications, I'll show you how 
  28. 75, to use the Data and OLE controls. The 
  29. 79, Data control displays the fields and 
  30. 81, records in a database. And the OLE control 
  31. 84, allows you to start other applications 
  32. 86, from within Visual Basic. Finally, you'll 
  33. 91, learn how to add ActiveX controls to your 
  34. 93, Visual Basic toolbox.
  35. 95, END